Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile fix for Leap 15.0 (related to bsc#1130502) #67

Merged
merged 1 commit into from
Apr 18, 2019
Merged

Conversation

lslezak
Copy link
Member

@lslezak lslezak commented Apr 18, 2019

Copy link
Contributor

@shundhammer shundhammer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lslezak lslezak merged commit dc9a539 into master Apr 18, 2019
@lslezak lslezak deleted the Leap_15.0 branch April 18, 2019 12:27
@@ -180,7 +181,11 @@ QSize
YQPkgDiskUsageList::sizeHint() const
{
QFontMetrics fms( font() );
#if QT_VERSION >= 0x051100
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's hex - it would be Qt 5.17. Use #if QT_VERSION >= QT_VERSION_CHECK(5, 11, 0) instead

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. Changing in both places with new PRs.

That was a nasty one: This had worked all the time until Qt went for double-digit minor versions (starting with Qt 5.10). Argh. ;-(

mvidner pushed a commit to mvidner/libyui-combined-alpha-3 that referenced this pull request Jan 15, 2021
Compile fix for Leap 15.0 (related to bsc#1130502)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants